home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
ophel001.swf
/
scripts
/
DefineButton2_3185
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
117 b
|
9 lines
on(release){
stopAllSounds();
tellTarget(_root)
{
gotoAndStop("Depart");
play();
}
}